home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / y2k_tetr.swf / scripts / DefineButton2_101 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  145 b   |  10 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("../../music")
  4.    {
  5.       gotoAndStop("track2");
  6.       play();
  7.    }
  8.    gotoAndStop(2);
  9. }
  10.